sdcallbackmap module

class sd.api.sdcallbackmap.SDCallbackMap

Bases: object

Class used to store functions used as callbacks. If we don’t keep a reference to them, they are garbage collected by Python and we crash when trying to call them. For internal use, don’t use it directly.